google.golang.org/grpc.csAttempt.mu (field)

8 uses

	google.golang.org/grpc (current package)
		stream.go#L649: 	mu sync.Mutex // guards trInfo.tr
		stream.go#L1126: 		a.mu.Lock()
		stream.go#L1130: 		a.mu.Unlock()
		stream.go#L1190: 		a.mu.Lock()
		stream.go#L1194: 		a.mu.Unlock()
		stream.go#L1221: 	a.mu.Lock()
		stream.go#L1223: 		a.mu.Unlock()
		stream.go#L1269: 	a.mu.Unlock()